.Net Framework > v2.0.50727 > System > Collections > Hashtable > Hashtable Hashtable()
Hashtable(IDictionary)
Hashtable(IDictionary,IEqualityComparer)
Hashtable(IDictionary,IHashCodeProvider,IComparer)
Hashtable(IDictionary,Single)
Hashtable(IDictionary,Single,IEqualityComparer)
Hashtable(IDictionary,Single,IHashCodeProvider,IComparer)
Hashtable(IEqualityComparer)
Hashtable(IHashCodeProvider,IComparer)
Hashtable(Int32)
Hashtable(Int32,IEqualityComparer)
Hashtable(Int32,IHashCodeProvider,IComparer)
Hashtable(Int32,Single)
Hashtable(Int32,Single,IEqualityComparer)
Hashtable(Int32,Single,IHashCodeProvider,IComparer)
Hashtable(SerializationInfo,StreamingContext)


Hashtable()

Category
Constructor
Description
Initializes a new, empty instance of the System.Collections.Hashtable class using the default initial capacity, load factor, hash code provider, and comparer.
Type
void
Character
public
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(IDictionary)

Category
Constructor
Description
Initializes a new instance of the System.Collections.Hashtable class by copying the elements from the specified dictionary to the new System.Collections.Hashtable object. The new System.Collections.Hashtable object has an initial capacity equal to the number of elements copied, and uses the default load factor, hash code provider, and comparer.
Type
void
Character
public
Parameters
NameTypeDescription
dIDictionary
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(IDictionary,IEqualityComparer)

Category
Constructor
Description
Initializes a new instance of the System.Collections.Hashtable class by copying the elements from the specified dictionary to a new System.Collections.Hashtable object. The new System.Collections.Hashtable object has an initial capacity equal to the number of elements copied, and uses the default load factor and the specified System.Collections.IEqualityComparer object.
Type
void
Character
public
Parameters
NameTypeDescription
dIDictionary
equalityComparerIEqualityComparer
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(IDictionary,IHashCodeProvider,IComparer)

Category
Constructor
Description
Initializes a new instance of the System.Collections.Hashtable class by copying the elements from the specified dictionary to the new System.Collections.Hashtable object. The new System.Collections.Hashtable object has an initial capacity equal to the number of elements copied, and uses the default load factor, and the specified hash code provider and comparer.
Type
void
Character
public
Parameters
NameTypeDescription
dIDictionary
hcpIHashCodeProvider
comparerIComparer
Attributes
NameValue/Assignment
ObsoleteAttributePlease use Hashtable(IDictionary, IEqualityComparer) instead.
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(IDictionary,Single)

Category
Constructor
Description
Initializes a new instance of the System.Collections.Hashtable class by copying the elements from the specified dictionary to the new System.Collections.Hashtable object. The new System.Collections.Hashtable object has an initial capacity equal to the number of elements copied, and uses the specified load factor, and the default hash code provider and comparer.
Type
void
Character
public
Parameters
NameTypeDescription
dIDictionary
loadFactorSingle
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(IDictionary,Single,IEqualityComparer)

Category
Constructor
Description
Initializes a new instance of the System.Collections.Hashtable class by copying the elements from the specified dictionary to the new System.Collections.Hashtable object. The new System.Collections.Hashtable object has an initial capacity equal to the number of elements copied, and uses the specified load factor and System.Collections.IEqualityComparer object.
Type
void
Character
public
Parameters
NameTypeDescription
dIDictionary
loadFactorSingle
equalityComparerIEqualityComparer
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(IDictionary,Single,IHashCodeProvider,IComparer)

Category
Constructor
Description
Initializes a new instance of the System.Collections.Hashtable class by copying the elements from the specified dictionary to the new System.Collections.Hashtable object. The new System.Collections.Hashtable object has an initial capacity equal to the number of elements copied, and uses the specified load factor, hash code provider, and comparer.
Type
void
Character
public
Parameters
NameTypeDescription
dIDictionary
loadFactorSingle
hcpIHashCodeProvider
comparerIComparer
Attributes
NameValue/Assignment
ObsoleteAttributePlease use Hashtable(IDictionary, float, IEqualityComparer) instead.
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(IEqualityComparer)

Category
Constructor
Description
Initializes a new, empty instance of the System.Collections.Hashtable class using the default initial capacity and load factor, and the specified System.Collections.IEqualityComparer object.
Type
void
Character
public
Parameters
NameTypeDescription
equalityComparerIEqualityComparer
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(IHashCodeProvider,IComparer)

Category
Constructor
Description
Initializes a new, empty instance of the System.Collections.Hashtable class using the default initial capacity and load factor, and the specified hash code provider and comparer.
Type
void
Character
public
Parameters
NameTypeDescription
hcpIHashCodeProvider
comparerIComparer
Attributes
NameValue/Assignment
ObsoleteAttributePlease use Hashtable(IEqualityComparer) instead.
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(Int32)

Category
Constructor
Description
Initializes a new, empty instance of the System.Collections.Hashtable class using the specified initial capacity, and the default load factor, hash code provider, and comparer.
Type
void
Character
public
Parameters
NameTypeDescription
capacityInt32
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(Int32,IEqualityComparer)

Category
Constructor
Description
Initializes a new, empty instance of the System.Collections.Hashtable class using the specified initial capacity and System.Collections.IEqualityComparer, and the default load factor.
Type
void
Character
public
Parameters
NameTypeDescription
capacityInt32
equalityComparerIEqualityComparer
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(Int32,IHashCodeProvider,IComparer)

Category
Constructor
Description
Initializes a new, empty instance of the System.Collections.Hashtable class using the specified initial capacity, hash code provider, comparer, and the default load factor.
Type
void
Character
public
Parameters
NameTypeDescription
capacityInt32
hcpIHashCodeProvider
comparerIComparer
Attributes
NameValue/Assignment
ObsoleteAttributePlease use Hashtable(int, IEqualityComparer) instead.
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(Int32,Single)

Category
Constructor
Description
Initializes a new, empty instance of the System.Collections.Hashtable class using the specified initial capacity and load factor, and the default hash code provider and comparer.
Type
void
Character
public
Parameters
NameTypeDescription
capacityInt32
loadFactorSingle
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(Int32,Single,IEqualityComparer)

Category
Constructor
Description
Initializes a new, empty instance of the System.Collections.Hashtable class using the specified initial capacity, load factor, and System.Collections.IEqualityComparer object.
Type
void
Character
public
Parameters
NameTypeDescription
capacityInt32
loadFactorSingle
equalityComparerIEqualityComparer
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(Int32,Single,IHashCodeProvider,IComparer)

Category
Constructor
Description
Initializes a new, empty instance of the System.Collections.Hashtable class using the specified initial capacity, load factor, hash code provider, and comparer.
Type
void
Character
public
Parameters
NameTypeDescription
capacityInt32
loadFactorSingle
hcpIHashCodeProvider
comparerIComparer
Attributes
NameValue/Assignment
ObsoleteAttributePlease use Hashtable(int, float, IEqualityComparer) instead.
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Hashtable(SerializationInfo,StreamingContext)

Category
Constructor
Description
Initializes a new, empty instance of the System.Collections.Hashtable class that is serializable using the specified System.Runtime.Serialization.SerializationInfo and System.Runtime.Serialization.StreamingContext objects.
Type
void
Character
family
Parameters
NameTypeDescription
infoSerializationInfo
contextStreamingContext
Tags
0104BC7FDA, 02E3ABA98D, 0376596F91

Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database